EmailAddressCollection Properties |
The EmailAddressCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in the EmailAddressCollection.
| |
| EmailAddresses |
Gets array of email addresses.
| |
| IsSynchronized |
Gets a value indicating whether access to the EmailAddressCollection is synchronized (thread-safe).
| |
| Item |
Gets phone number associated with the specified position. In C#, this property is the indexer for the EmailAddressCollection class.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the EmailAddressCollection.
|